K8s Helm Chart Project
# Quick Setup
This guide provides the essential steps to create a K8s Helm Chart project. For detailed examples, see: Tutorial(opens new window).
# Create Project
Go to "Project" → "New Project", enter the project name, and select K8s Helm Chart Project.


Click Next to configure services.

# Configure Services
Create and configure services. See New K8s Helm Chart Service for details.

The system automatically parses service components from the values file. Click Add Build to configure build settings. See Build Configuration.
For service component concepts, see Service component.


# Configure Environment
Click Next to create an environment. Configure business environment parameters as needed.
For parameter details, see Create a new environment.

Click Create Environment, then Next to proceed to workflow delivery.
Tip
Environment creation time depends on service count and resource requirements.
# Deploy via Workflow
- Execute the
multi-service-demo-workflow-devworkflow to deploy services to thedevenvironment.

- Monitor build logs in real-time on the execution details page.

- Services are automatically updated upon successful workflow completion.

# Variable Groups
# Configuration
In a Helm Chart project, administrators can manage project variables via Configuration → Variable Groups.


# Usage
Environment global variables can reference variable groups. See update global variables for details.


